@charset "utf-8";

/* 首页*/
/* part1 */
.p2{
    padding-top: 0px;
}
.headline {
    padding: 20px;
}

.headline h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 26px;
}

.headline h2 a{
    color: #d63030;
    font-weight: bold;
}

.headline p {
    line-height: 24px;
}

.headline p a {
    margin: 0 15px;
}
/**************************20200326修改 开始*****************************/
@media (max-width: 480px) {
    .headline{
        padding:10px;
    }

    .headline h2{
        font-size: 18px;
        line-height: 24px;
    }
}
/**************************20200326修改 结束*****************************/

/* 焦点图 */

.focus,
.focus .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}

.news {
    position: relative;
    overflow: hidden;
    /*height: 340px;*/
} 

.news h3.tab{
    height: 40px;
    line-height: 40px;
    border-bottom: none;
}
.news .tab a {
    height: 40px;
    line-height: 40px;
}

.news .tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #dce2ee;
    transition: all .3s;
}

.news .tab a.current {
    background-color: #2b579e;
    color: #fff;
}

.news .tab a+a {
    margin-left: 4px;
}

.news h3.tab a:after{
    display: none;
}

@media (max-width: 1200px) {
  .grid{
    padding:10px;
  }
  .news .tab a{
    font-size: 14px;
    padding:0px;
    margin:0px;
    min-width:0%;
   }
}
/* 专题专栏*/
.ztzl {
    background-color:#f5f5f5;
    position: relative;
    padding:15px 0px;
}

.ztzl .scroll {
    position: relative;
    margin: 0 20px;
}

.ztzl li {
    width: 240px\9;
}
.ztzl li a {
    display: block;
    width: 230px;
    margin:0px auto;
}

.ztzl li img {
    width: 100%;
}

.ztzl-prev,
.ztzl-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 999;
    transition: all .3s;
}

.ztzl-prev span,
.ztzl-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

.ztzl-prev {
    left: 0px;
    background-image: none;
}

.ztzl-next {
    right: 0px;
    background-image: none;
}

.ztzl:hover .ztzl-prev,
.ztzl:hover .ztzl-next {
    opacity: 1;
    transform: translate(0, 0);
}
@media (max-width: 1200px) {
    .ztzl .scroll {
        margin: 0 -10px;
    }

    .ztzl h2,
    .ztzl-prev,
    .ztzl-next {
        display: none;
    }
}

.gkzl{
    height: 100px;
    background:#fffdf8 url(../images/gkzl.jpg) center 100% no-repeat;
}

.gkzl a{
    display: block;
    height: 100%;
}
.a1 {
    margin-left: -5px;
    margin-right: -5px;
}

.a1 li {
    width: 50%;
}

/**************************20200415修改 开始*****************************/
.a1 li a {
    position: relative;
    height: 45px;
    margin: 8px;
    padding: 0 15px;
    line-height: 45px;
    text-align: center;
    background-color: #6f94c8;
    color: #fff;
    border-radius: 3px;
}
/**************************20200415修改 结束*****************************/
.a1 li a:hover {
    background-color: #4e71a7;
    color: #fff;
}
.a9 li {
    width: 25%;
}

.a9 li a {
    margin: 10px;
}

@media (max-width: 1200px) {
    .a9 li a {
        margin: 10px 0;
        font-size: 14px;
    }
}
 @media (max-width: 320px) {
    .a1 li a {
        font-size: 14px;
        padding-left: 3px;
    }
}
.a9 li i {
    margin: 0 auto 10px;
}

.a9 li a:hover i {
    background-color: #ecf5ff;
    box-shadow: 0 0 0 10px #ecf5ff;
}

.a9 .s1 {
    background-position: 0 0px;
}

.a9 .s2 {
    background-position: -40px 0px;
}

.a9 .s3 {
    background-position: -120px 0px;
}

.a9 .s4 {
    background-position: -80px 0px;
}

.a9 .s5 {
    background-position: -160px 0px;
}

.a9 .s6 {
    background-position: -200px 0px;
}

.a9 .s7 {
    background-position: -240px 0px;
}

.a9 .s8 {
    background-position: -280px 0px;
}
.t3{
    line-height: 20px;
    background-color:#dbe1ed;
}
.t3 b{
    font-size: 22px;
    border-left: 5px solid #2b579e;
}

.address{
    width:100%;
    height: 100px;
    display: block;
    padding:10px 0px 10px 30px;   
    background: url(../images/address_s.jpg) top left repeat-x;
}
.address h4 b{
    padding:10px 0px;
    margin-top:-10px;
    height: 100px;
    overflow: hidden;
    background: url(../images/address_h_s.jpg) left top repeat-x;
}
.address p{
    line-height: 26px;
    padding-left:40px;
}

/**************************20200415修改 开始*****************************/

.wlml{
    width:48.5%;
    height: 133px;
    float: left;
    margin-right: 10px;
    background: #fffdf8 url(../images/wlml.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
@media (max-width: 480px) {
    .wlml {
	height:160px;
	}
}

.wlml a{
    display: block;
    height: 100%;
}

.service {
    width:48.5%;
    height: 134px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    padding:2px;
    border:1px solid #ccc;
}

.service a{
    display: block;
    height: 100%;
    background: #6084b8 url(../images/zwfw.jpg) center no-repeat;
}

.a10 {
    width:35%;
    float: left;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.a10 li {
    width: 50%;
}

.a10 li a {
    position: relative;
    margin: 5px;
    text-align: center;
    color: #fff;
    padding:2px;
    border:1px solid #ccc;
    border-radius: 3px;
}
.a10 li a span{
    display: block;
    padding: 4px 2px;
    line-height: 24px;
    background: #6084b8 url(../images/fwpt.jpg) center no-repeat;
}

.bsfw{
    width:100%;
    display: inline-block;
}

.bsfw h3{
    margin-bottom:30px;
}

@media (max-width: 1024px) {

    .wlml,
    .service{
        width:46%;
        margin:10px;
        float: left;
    }
    .a10 {
        width: 98%;
    }

}

@media (max-width: 768px) {

    .a10 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wlml,
    .service,
    .a10 {
        margin:5px 0px;
        width: 100%;
    }
}

/**************************20200415修改 结束*****************************/

/* 电子刊物*/
.scroll{
    margin:10px 60px;
}
.topic li a {
    position: relative;
}
.topic li img{
    height: 280px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}
.topic li a span{
    display: none;
}
.topic li a:hover h4{
    display: none;
}
.topic li a:hover img{
    height: 320px;
}

.topic li a:hover span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width:100%;
    height: 100%;
    color: #fff;
    line-height: 34px;
    padding:60px 30px;
    background: #335ea3;
    background: -webkit-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0));
    background: -moz-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);; /*FireFox*/
    background: -o-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);  /* Opear */
    background: -ms-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0)); /*IE10及IE10+*/
}
.topic li a:hover span b{
    line-height: 36px;
    display: block;
    margin-top:20px;
    background-color:#6f94c8;
    border-radius: 100px;
}

/*投诉平台*/

.complain,
.complain .pic {
    position: relative;
    width: 320px;
    height: 80px;
    margin:0px auto;
}

.complain .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.complain .pic div a {
    color: #fff;
    display: block;
    line-height: 50px;
    background-color:#6f94c8;
    border-radius: 100px;
}

.complain .pic div a i{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 5px 0px 60px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 320px auto;
    background-repeat: no-repeat;
    background-position: -200px -240px;
}

.complain .complain-prev,
.complain .complain-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.complain .complain-prev .iconfont,
.complain .complain-next .iconfont {
    font-size: 10px;
    font-weight: normal;
}

.complain .complain-prev {
    transform: translate(-50px, 0);
    left:complain 0;
    background-image: none;
}

.complain .complain-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.complain:hover .complain-prev,
.complain:hover .complain-next {
    opacity: 1;
    transform: translate(0, 0);
}

.complain .navi {
     position: absolute;
     bottom: 5px;
     left: 0;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: center;
 }
.complain .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
    background-color:#b9bfcf;
}

.complain .navi li.on {
    background-color: #fea33a;
}

.complain .swiper-pagination-bullet {
    background-color:#b9bfcf;
    opacity: 1;
}

.complain .swiper-pagination-bullet-active {
    background-color: #fea33a;
}

@media (max-width: 1200px) {

    .complain,
    .complain .pic {
        position: relative;
        width: 100%;
    }

}

.mb30{
    margin-bottom:30px;
}
.trends{ 
    height: 60px;
    overflow:hidden; 
    background:rgba(245,245,245,1);
    border-radius: 3px;
}
.trends h3{
    position: relative;
    display: block;
    width:80px;
    height: 34px;
    line-height: 34px;
    float: left;
    color: #fff;
    text-align: center;
    margin:12px 10px;
    background: #ff6e42;
    background: -webkit-linear-gradient(90deg, #ff6e42, #ff5254);
    background: linear-gradient(90deg, #ff6e42, #ff5254);
}

.trends h3:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #ff6e42 transparent transparent transparent;
}
.trends .bd{ 
    position: relative;
    padding-left: 40px;
    overflow: hidden;   
}

.trends .bd:before,
.trends .bd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    box-sizing: content-box;
}

.trends .bd:before {
    left: 40px;
    background: linear-gradient(to right, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}

.trends .bd:after {
    right: 0;
    border-right: 20px solid #f5f5f5;
    background: linear-gradient(to left, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}
.trends .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.trends .bd ul li{ 
    width:70%;
    margin:0 8px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
    position:relative; 
}
.trends .bd ul li a{
    font-size: 16px;
    color: #747474;
    line-height: 60px;
    display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.trends .bd ul li a span{
    display: inline-block;
}
@media (max-width: 480px) {
    .trends{ 
        padding-right: 10px;
    }   

    .trends .bd{ 
        padding-left: 10px;
        overflow: hidden;   
    } 
    .trends .bd ul li a{
        font-size: 16px;
    }
	.trends .bd:before {
    left: 0px;
    }
}


/*首页头条样式 开始*/
.grid{
	padding-top:0px;
}
.headline{
	padding-top:10px;
	padding-bottom:30px;
}
@media (max-width: 768px) {
    .headline p a {
        display: block;
        width: 50%;
        float: left;
        margin: 0 !important;
    }

}
@media (max-width: 480px) {
    .headline p a {
        width: 100%;
    }
}
.headline{
	background: url(../images/toutiao.jpg) 2% 50% no-repeat;
}
@media (max-width: 1200px) {
    .headline{
       background: none;
    }
}
/*首页头条样式 结束*/
/*首页局长信箱样式 开始*/
.mb15{
	margin-bottom:15px;
}
/*首页局长信箱样式 结束*/
/*首页  信息样式（焦点信息） 开始*/
.syjd li{
	line-height:36px;
}
/*首页  信息样式（焦点信息） 结束*/

/**************************20200417修改 开始*****************************/
.a11 li {
    width: 50%;
}

.a11 li a {
    margin: 10px;
}

@media (max-width: 1200px) {
    .a11 li a {
        margin: 10px 0;
        font-size: 14px;
    }
}
 @media (max-width: 320px) {
    .a11 li a {
        font-size: 14px;
        padding-left: 3px;
    }
}
.a11 li i {
    border-radius: 100px;
    margin: 0px auto 20px;
    background-color:#6f94c8;
    box-shadow: 0 0 0 10px #6f94c8;
}

.a11 li a:hover i {
    background-color: #4e71a7;
    box-shadow: 0 0 0 10px #4e71a7;
}

.a11 .s5 {
    background-position: 0px -280px;
}

.a11 .s6 {
    background-position: -40px -280px;
}

.a11 .s7 {
    background-position: -80px -280px;
}

.a11 .s8 {
    background-position: -120px -280px;
}
/**************************20200417修改 结束*****************************/


/*首页纪检监察 开始*/
 @media (max-width: 320px) {
    .address p{
	line-height:20px;
	}
}

/*首页纪检监察 结束*/
/*办事服务 开始*/
.t3 b a{
    color: #2b579e;
}
/*办事服务 结束*/
/*首页主导航样式20200417 开始*/
@media (min-width: 768px) {
    .nav li{
		width:11.36% !important;
	}

}

/*首页主导航样式 结束*/
/*首页专题手机样式20200417 开始*/
@media (max-width: 480px) {
    .ztzl li a{
		width:85%;
	}
	.nav li {
    position: relative;
    float: left;
    width: 14.66%;
}
.nav li:nth-child(1) { width: 10%; }

}

/*首页首页专题手机样式 结束*/
